Drawing.createScaleMatrix Method

Creates an affine transform matrix for a scale transform.
 
 
Static This method is static.

Parameters

scaleX

Type: Number
The X scaling amount.
scaleY

Type: Number
The Y scaling amount.

Return Value


Type: Array
ElementType: Number
An array that represents the affine transform containing elements m11, m12, m13, m21, m22, m23, respectively.